icontheme: Optimize icon_name_is_symbolic
authorTimm Bäder <mail@baedert.org>
Tue, 21 May 2019 12:26:19 +0000 (14:26 +0200)
committerTimm Bäder <mail@baedert.org>
Mon, 9 Sep 2019 15:36:26 +0000 (17:36 +0200)
commitebe88ea3227bd4683055f25eeeb75b37f0ef67da
tree0ce20b6eedcaa97d465e359878a234c1acb4c2a1
parent6d77723fe04760f49f34962a9715259721b48ed3
icontheme: Optimize icon_name_is_symbolic

We call this function *a lot* it's doing lots of unnecessary work inside
g_str_has_suffix. Get the icon name length only once instead and
open-code the suffix check.
gtk/gtkicontheme.c